速報APP / 教育 / JR Bluetooth Robot Controller

JR Bluetooth Robot Controller

價格:免費

更新日期:2019-04-23

檔案大小:1.9M

目前版本:2.0.4

版本需求:Android 4.3 以上版本

官方網站:http://www.justrobotics.in

Email:reachus@justrobotics.in

JR Bluetooth Robot Controller(圖1)-速報App

To use this app, you must have a Just Robotics Bluetooth robot assembled.

This app allows you to wirelessly control your robot either with a classic button controller or with a tilt controller, both parts of the app.

A lot of amazing new features, everything in a tiny download.

For those writing their own Arduino programs, here is the what the characters sent over bluetooth mean:

Classic button controller:

JR Bluetooth Robot Controller(圖2)-速報App

'a' = UP pressed

'b' = UP released

'c' = DOWN pressed

'd' = DOWN released

'e' = LEFT pressed

JR Bluetooth Robot Controller(圖3)-速報App

'f' = LEFT released

'g' = RIGHT pressed

'h' = RIGHT released

Tilt controller:

8 characters are repeatedly sent-

JR Bluetooth Robot Controller(圖4)-速報App

1. 'u'

2. (an integer from 0 to 9 indicating the magnitude of tilt in the forward direction, with 9 being the maximum)

3. 'd'

4. (an integer from 0 to 9 indicating the magnitude of tilt in the backward direction, with 9 being the maximum)

5. 'l'

JR Bluetooth Robot Controller(圖5)-速報App

6. (an integer from 0 to 9 indicating the magnitude of tilt in the left direction, with 9 being the maximum)

7. 'r'

8. (an integer from 0 to 9 indicating the magnitude of tilt in the right direction, with 9 being the maximum)

These are sent every 50 milliseconds.

JR Bluetooth Robot Controller(圖6)-速報App